Click or drag to resize

ServiceGetConversationItems Method (IListConversationRequest)

Gets the conversation items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ConversationItemResponse> GetConversationItems(
	IList<ConversationRequest> conversationRequests
)

Parameters

conversationRequests
Type: System.Collections.GenericIListConversationRequest
The conversation requests.

Return Value

Type: IListConversationItemResponse
IList{ConversationItemResponse}.
See Also